    @charset "utf-8";
    /*index*/
    
    @import url("reset.css");
    @import url("asknew.css");
    body {
        /*background: rgb(244, 244, 244);*/
    }
    
    .index_main .index_page {
        width: 100%;
        overflow: hidden;
        margin-bottom: 50px;
    }
    
    .index_main .index_page .list_hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 36px;
        border-bottom: 1px #1154ed solid;
        line-height: 36px;
    }
    
    .index_main .index_page .hd_name {
        font-size: 22px;
        color: #333;
        background: url("../images/name_bg.png")no-repeat 0 23px;
        width: 165px;
        height: 42px;
        padding-left: 5px;
        line-height: 42px;
    }
    
    .index_main .index_page.page_1 .fr {
        width: 450px;
    }
    
    .index_main .index_page .more {
        color: #275eb4;
        font-size: 16px;
    }
    
    .index_main .index_page .lists li {
        justify-content: space-between;
        border-bottom: solid 1px #e7e7e7;
        padding: 8px 0;
    }
    
    .index_main .index_page .lists li a {
        width: 340px;
        height: 30px;
        line-height: 30px;
        color: #1a1a1a;
        font-size: 16px;
        background: url("../images/lists_bg.png")no-repeat left center;
        padding-left: 20px!important;
    }
    
    .index_main .index_page .lists li span {
        color: #777777;
        font-size: 14px;
        padding-left: 20px;
    }
    
    .index_main .index_page .lists_2 {
        margin-top: 20px;
        display: flex;
    }
    
    .index_main .index_page .lists_2 li {
        width: 280px;
        float: left;
        margin-left: 30px;
    }
    
    .index_main .index_page .lists_2 li:nth-child(1) {
        margin-left: 0;
    }
    
    .index_main .index_page .lists_2 li img {
        width: 280px;
        height: 160px;
        border-radius: 5px;
    }
    
    .index_main .index_page .lists_2 li p.title {
        margin: 10px 0;
        font-size: 20px;
        line-height: 30px;
        color: #1b1b1b;
        font-weight: 700;
    }
    
    .index_main .index_page .lists_2 li p {
        font-size: 16px;
        color: #a3a3a3;
        line-height: 24px;
    }
    
    .index_main .index_page .lists_3 {
        width: 450px;
        height: 410px;
        float: left;
        margin-right: 30px;
        margin-top: 30px;
    }
    
    .index_main .index_page .lists_3 .lists_3_1 {
        width: 450px;
        height: 260px;
        position: relative;
    }
    
    .index_main .index_page .lists_3 .lists_3_1 img {
        width: 450px;
        height: 260px;
    }
    
    .index_main .index_page .lists_3 .lists_3_1 span {
        position: absolute;
        width: 450px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        bottom: 0;
        left: 0;
        color: #fff;
        z-index: 999999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_main .index_page .lists_3 .lists_3_1 i {
        position: absolute;
        width: 450px;
        height: 30px;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        z-index: 0;
    }
    
    .index_main .index_page .lists_3 .lists_3_2 {
        width: 220px;
        height: 140px;
        float: left;
        margin: 10px 0 0 10px;
        position: relative;
    }
    
    .index_main .index_page .lists_3 div:nth-child(2) {
        margin-left: 0;
    }
    
    .index_main .index_page .lists_3 .lists_3_2 img {
        width: 220px;
        height: 140px;
    }
    
    .index_main .index_page .lists_3 .lists_3_2 span {
        position: absolute;
        width: 220px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        bottom: 0;
        left: 0;
        color: #fff;
        z-index: 999999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_main .index_page .lists_3 .lists_3_2 i {
        position: absolute;
        width: 220px;
        height: 26px;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        z-index: 0;
    }
    
    .index_main .index_page .lists_3_3 {
        width: 720px;
        margin-top: 30px;
        float: left;
    }
    
    .index_main .index_page .lists_3_3 .item {
        width: 720px;
        border-bottom: 1px #1b1b1b dotted;
        padding: 5px 0 10px;
    }
    
    .index_main .index_page .lists_3_3 .item p.title {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #333;
        padding-left: 20px;
        background: url(../images/lists_bg.png)no-repeat left center;
        font-weight: 700;
    }
    
    .index_main .index_page .lists_3_3 .item p {
        font-size: 16px;
        color: #a3a3a3;
        line-height: 24px;
        padding-left: 20px;
    }
    
    .index_main .index_page .list_fl {
        float: left;
        width: 720px;
    }
    
    .index_main .index_page .list_fr {
        float: right;
        width: 440px;
    }
    
    .index_main .index_page .list_fr div.list_fr_item1 {
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        width: 215px;
        height: 140px;
        position: relative;
    }
    
    .index_main .index_page .list_fr .clearfix div:nth-child(1) {
        margin-left: 0;
    }
    
    .index_main .index_page .list_fr div.list_fr_item1 img {
        width: 215px;
        height: 140px;
    }
    
    .index_main .index_page .list_fr div.list_fr_item1 span {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        color: #fff;
        width: 205px;
        padding: 0 5px;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 999;
    }
    
    .index_main .index_page .list_fr div.list_fr_item1 i {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background: rgba(0, 0, 0, .5);
    }
    
    .index_main .index_page .list_fr .list_fr_item2 {
        width: 100%;
        margin-top: 15px;
        padding: 5px 0;
    }
    
    .index_main .index_page .list_fr .list_fr_item2 p {
        padding-left: 20px;
        background: url(../images/lists_bg.png) no-repeat left center;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        color: #1b1b1b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_main .index_page .list_fr .list_fr_item2 span {
        padding-left: 20px;
        color: #a3a3a3;
        font-size: 16px;
        line-height: 26px;
    }
    
    .index_main .index_page .lists_4 li {
        width: 720px;
        overflow: hidden;
        padding: 20px 0 25px;
        border-bottom: 1px rgba(27, 27, 27, .24) solid;
    }
    
    .index_main .index_page .lists_ask li {
        width: 100%;
        border-bottom: 1px rgba(27, 27, 27, .5) dotted;
        padding: 8px 0;
        margin-bottom: 1.5px;
    }
    
    .index_main .index_page .lists_ask li:nth-child(1) {
        padding-top: 0;
        margin-top: 25px;
    }
    
    .index_main .index_page .lists_ask li p.asktitle {
        color: #1a1a1a;
        font-size: 20px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
    }
    
    .index_main .index_page .lists_ask li p {
        color: #777777;
        line-height: 26px;
        font-size: 16px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_main .index_page .lists_ask li p.asktitle span,
    .index_main .index_page .lists_ask li p span {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
        font-size: 20px;
    }
    
    .index_main .index_page .lists_ask li p.asktitle span i {
        background: rgba(255, 123, 54, .8);
    }
    
    .index_main .index_page .lists_ask li p.asktitle span {
        color: #ff7b36;
    }
    
    .index_main .index_page .lists_ask li p span i {
        background: rgba(39, 94, 180, .8);
    }
    
    .index_main .index_page .lists_ask li p span {
        color: #275eb4;
    }
    
    .index_main .index_page .lists_ask li p.asktitle span i,
    .index_main .index_page .lists_ask li p span i {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        opacity: .2;
        border-radius: 5px;
    }
    
    .index_main .index_page .lists_4 li img {
        width: 160px;
        height: 120px;
        background-color: #dcdcdc;
        border-radius: 4px;
        border: solid 1px #e2e2e3;
        float: left;
    }
    
    .index_main .index_page .lists_4 li .detail {
        float: left;
        margin-left: 19px;
        width: 540px;
        display: flex;
        flex-direction: column;
        height: 120px;
        justify-content: space-between;
    }
    
    .index_main .index_page .page_nav {
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        background: rgba(163, 163, 163, .14);
        padding-left: 20px;
        margin-top: 20px;
    }
    
    .index_main .index_page .page_nav .tab {
        color: #1a1a1a;
        font-size: 18px;
        float: left;
        margin-right: 40px;
        position: relative;
    }
    
    .index_main .index_page .page_nav .tab:hover,
    .index_main .index_page .page_nav .active {
        color: #2aacbf;
    }
    
    .index_main .index_page .page_nav .tab.active::after {
        content: "";
        position: absolute;
        width: 60px;
        height: 4px;
        background-color: #2aacbf;
        left: 50%;
        margin-left: -30px;
        bottom: -18px;
    }
    
    .index_main .index_page .lists_4 li .detail .title {
        color: #1a1a1a;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }
    
    .index_main .index_page .lists_4 li .detail .text {
        font-size: 16px;
        line-height: 24px;
        color: #a3a3a3;
    }
    
    .index_main .index_page .lists_4 li .detail .time {
        color: #777777;
        font-size: 14px;
    }
    
    .index_main .index_page .lists_box>ul {
        display: none;
    }
    
    .index_main .index_page .lists_box>ul:first-child {
        /* display: block; */
    }
    
    .index_main .index_page .lists li a:hover,
    .index_main .index_page .lists_4 li .title:hover {
        text-decoration: underline;
    }
    
    .index_main .index_page .lists_3 li .time {
        width: 66px;
        height: 66px;
        border-radius: 4px;
        border: solid 1px #cecece;
        text-align: center;
        font-size: 12px;
        color: #777;
        float: left;
    }
    
    .index_main .index_page .lists_3 li p {
        width: 463px;
        color: #1a1a1a;
        line-height: 33px;
        margin-left: 15px;
        float: left;
        font-size: 18px;
    }
    
    .index_main .index_page .lists_3 li .time span {
        font-size: 36px;
    }